home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>HasUnoInterfaces Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03104400"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="hasunointerfaces" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="68587">HasUnoInterfaces Function [Runtime]</help:link></p>
- <p class="Paragraph">Tests if a Basic Uno object supports certain Uno interfaces.</p>
- </help:to-be-embedded>
- <p class="Paragraph">Returns true, if <span class="T1">all</span> stated Uno interfaces are supported, else returns false.</p>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])<help:key-word value="HasUnoInterfaces" tag="kw68587_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph"><span class="T1">Return value</span>:</p>
- <p class="Paragraph">Bool</p>
- <p class="Paragraph"><span class="T1">Parameter</span>:</p>
- <p class="Paragraph">oTest : the Basic Uno object to be tested.</p>
- <p class="Paragraph">Uno-Interface-Name: list of Uno interface names.</p>
- <p class="P2">Example:</p>
- <p class="PropText">bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )</p>
- </body></html>